Retain product ID and version.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Jan 2006 14:49:10 +0000 (14:49 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Jan 2006 14:49:10 +0000 (14:49 +0000)
gpsbabel/jeeps/garminusb.h

index 638be5b017c0f788c6318e5558d9c370c513ec31..569c23749185ecea27f21916a0faf6d5a2ed9088 100644 (file)
@@ -46,8 +46,10 @@ union {
  * OS implementation. 
  */
 #define GUSB_MAX_UNITS 20
-struct {
+struct garmin_unit_info {
        unsigned long serial_number;
+       unsigned long unit_id;
+       unsigned long unit_version;
        char *os_identifier; /* In case the OS has another name for it. */
        char *product_identifier; /* From the hardware itself. */
 } garmin_unit_info[GUSB_MAX_UNITS];